BenSelect Documentation
Checking for GI when GI based on Premiums
Send Feedback
JScript Examples > JScript for Plans > Checking for GI when GI based on Premiums

Glossary Item Box

var eCost = Event.Application.EmployeeCost;

var mgi = Event.Config.GetMGIPremiumByRelationship("Employee");

var employeeCost = eCost * Event.Application.DeductionFrequencyID / 52;

Event.Value = employeeCost > mgi;


MGIPremium will be in the format set up in the benefit plan - i.e., if it is set up as weekly, then the amount will be the weekly amount.  

©2024. All Rights Reserved.